home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / cata.dir / 00135.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  496 b   |  27 lines

  1. on idle
  2.   if rollOver(5) then
  3.     set the castNum of sprite 5 to 34
  4.   else
  5.     set the castNum of sprite 5 to 32
  6.   end if
  7.   if rollOver(6) then
  8.     set the castNum of sprite 6 to 35
  9.   else
  10.     set the castNum of sprite 6 to 33
  11.   end if
  12.   if rollOver(7) then
  13.     set the castNum of sprite 7 to 37
  14.   else
  15.     set the castNum of sprite 7 to 36
  16.   end if
  17.   if rollOver(26) then
  18.     set the ink of sprite 27 to 0
  19.   else
  20.     set the ink of sprite 27 to 39
  21.   end if
  22. end
  23.  
  24. on exitFrame
  25.   go(the frame)
  26. end
  27.